home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _D620C8F4DE014D03B9309A1DA2FFB9C1 < prev    next >
Encoding:
Text File  |  2004-01-06  |  275 b   |  12 lines

  1. Script:LoadScript("scripts/default/entities/pickups/basepickup.lua");
  2.  
  3. local params={
  4.     weapon="M4",
  5.     ammotype="Assault",
  6.     model="Objects/Weapons/M4/M4_bind.cgf",
  7.     default_amount=25,
  8.     sound="Sounds/Weapons/M4/m4weapact.wav",
  9. }
  10.  
  11. PickupM4=CreateWeaponPickup(params);
  12.